feat(agents-mobile): add Delete account button#4428
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4428 +/- ##
===========================================
+ Coverage 56.19% 85.41% +29.22%
===========================================
Files 262 2 -260
Lines 26571 48 -26523
Branches 7094 11 -7083
===========================================
- Hits 14932 41 -14891
+ Misses 11635 7 -11628
+ Partials 4 0 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Electric Agents Mobile BuildAndroid preview build for commit
|
5f3f5f2 to
025f810
Compare
Adds an in-app "Delete account" entry point on the Account screen (visible when signed in to Electric Cloud). Tapping it opens https://electric-sql.com/about/legal/delete-account in the system browser, where the user can read what gets deleted, what may be retained, and email support to start the request. Required for Google Play submission — Google's account-deletion policy requires both an in-app option and a publicly accessible web URL describing the process. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
025f810 to
c7b655e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
Google Play's account-deletion policy (https://support.google.com/googleplay/android-developer/answer/13327111) requires both an in-app option and a publicly accessible web URL describing the process. The web page alone won't pass review.
UI placement
Sits below the existing Account / Workspaces / Open dashboard / Sign out card, in its own "Delete account" section with explanatory copy that the button just opens instructions — it doesn't perform the deletion directly. Uses the
ghostbutton variant to visually de-emphasize it relative to the primary actions.Test plan
pnpm --filter @electric-ax/agents-mobile run typecheckDepends on
🤖 Generated with Claude Code